crypto/elliptic/internal/fiat.P224Element.Select (method)
4 uses
crypto/elliptic/internal/fiat (current package)
p224.go#L125: func (v *P224Element) Select(a, b *P224Element, cond int) *P224Element {
crypto/elliptic/internal/nistec
p224.go#L244: q.x.Select(p1.x, p2.x, cond)
p224.go#L245: q.y.Select(p1.y, p2.y, cond)
p224.go#L246: q.z.Select(p1.z, p2.z, cond)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)